home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_224.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  255 b   |  11 lines

  1. TRUNC (Truncate)
  2. Truncates a number to an integer by discarding the fractional portion of the number.
  3.  
  4. Format: TRUNC (number)
  5.  
  6. Argument:
  7. ΓÇó  number: A numeric expression.
  8.  
  9. Example:
  10. TRUNC (10.9) returns 10.
  11. Shows that the integer of the number 10.9 is 10.